Skip to main content
POST
[Quick] One-step article publish

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Twitter cookie string (auth_token=...; ct0=...; twid=...)

title
string
required

Article title

markdown
string
required

Article body in Markdown format

cover_image
string | null

Cover image: https URL or local file path (optional)

visibility
string
default:Public

Visibility: Public / Followers / Mentioned

Response

Successful Response

code
integer
required

200 = success, 429 = rate limit, 500 = server error

msg
string
required

Human-readable result message

data
ArticlePublishData · object | null